Gets a ServerUser with the specified userName.

Namespace:  Rebex.Net.Servers.Core
Assembly:  Rebex.FileServer (in Rebex.FileServer.dll)

Syntax

Visual Basic
Public ReadOnly Default Property Item ( _
	userName As String _
) As T
	Get
C#
public T this[
	string userName
] { get; }

Parameters

userName
Type: System..::..String
UserName of the user to get.

Return Value

A ServerUser.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also